home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 22 / 4 / DISK2247.ZIP / CBASE101.ZIP / LSEQ101.ZIP / RLSNOTES.TXT < prev   
Text File  |  1990-06-20  |  1KB  |  53 lines

  1. ----------------------------------------------------------------------
  2. | Citadel                                                            |
  3. | 241 East Eleventh Street * Brookville, IN 47012 * 317-647-4720     |
  4. |                                               BBS 317-647-2403     |
  5. ----------------------------------------------------------------------
  6.  
  7. In this file are summarized the additions and modifications made to
  8. cbase this release.  Users upgrading from a previous release should
  9. read it carefully.
  10.  
  11.  
  12.                        lseq 1.0.1 Release Notes
  13.                        ------------------------
  14. o AC_* macros (see blkio release notes) used in place of __STDC__ to
  15.   detect ANSI compatibility.
  16.  
  17. o ~NULL replaced with (char *)NULL + 1 in btcursor macro because some
  18.   compilers would not accept the ~ operator on NULL.
  19.  
  20. o lssearch bug fixed - calls to lsrecnext changed to lsnext.
  21.  
  22.  
  23.                         lseq 1.0 Release Notes
  24.                         ----------------------
  25. o lsinsert function dropped.  lsinscur renamed lsinsert.
  26.  
  27. o lspos_t is typedefed as bpos_t, and so changing bpos_t also changed
  28.   lspos_t.  See blkio release notes for explanation of the effects of
  29.   this change.
  30.  
  31. o lslock sets the cursor to null when unlocking.
  32.  
  33. o -A compiler option used in Turbo C installation batch file to set
  34.   __STDC__ to 1.
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.                                                      Citadel  90/06/20
  53.